home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRPROGRESSFORM / TFRPROGRESSFORM.txt
Text File  |  2005-01-28  |  860b  |  46 lines

  1. object frProgressForm: TfrProgressForm
  2.   Left = 256
  3.   Top = 114
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 106
  7.   ClientWidth = 278
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 20
  18.     Top = 26
  19.     Width = 237
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = '1'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 20
  27.     Top = 42
  28.     Width = 237
  29.     Height = 13
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = ' '
  33.   end
  34.   object Button1: TButton
  35.     Left = 100
  36.     Top = 68
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.